func runtime.osyield

26 uses

	runtime (current package)
		coro.go#L233: 		tryRecordGoroutineProfile(gnext, nil, osyield)
		cpuprof.go#L110: 		osyield()
		cpuprof.go#L147: 		osyield()
		lock_spinbit.go#L219: 				osyield() // TODO: Consider removing this step. See https://go.dev/issue/69268.
		mgcsweep.go#L488: 		osyield()
		mprof.go#L1492: 	tryRecordGoroutineProfile(gp1, nil, osyield)
		os_linux.go#L460: func osyield()
		os_linux.go#L464: 	osyield()
		os_linux.go#L836: 			osyield()
		os_linux.go#L859: 			osyield()
		preempt.go#L250: 			osyield()
		proc.go#L1227: 			osyield()
		proc.go#L3258: 		tryRecordGoroutineProfile(gp, nil, osyield)
		proc.go#L5006: 			osyield()
		proc.go#L5609: 		osyield()
		proc.go#L6979: 							osyield()
		signal_unix.go#L974: 	osyield()
		signal_unix.go#L975: 	osyield()
		signal_unix.go#L976: 	osyield()
		signal_unix.go#L982: 	osyield()
		signal_unix.go#L983: 	osyield()
		signal_unix.go#L984: 	osyield()
		trace.go#L276: 		osyield()
		trace.go#L542: 				osyield()
		tracecpu.go#L264: 		osyield()
		type.go#L120: 			osyield()